home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / REDEYEEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.1 KB  |  30 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Red-eye correction effect">
  3.   <description>
  4.     RedEye effect is an auto, composite effect that uses RedEyeMask and ChanneMixer effects
  5.     to detect and correct red-eyes in images.
  6.   </description>
  7.  
  8.   <property name="_AutoFix" type="button" label="Auto Fix">
  9.     <comment>
  10.       This generic auto property will run the red-eye fix for the whole image.
  11.       To specify a sub-rectangle of interest, use the API directly.
  12.     </comment>
  13.   </property>
  14.  
  15.   <property name="MaskArray" type="custom" private="1">
  16.     <comment>
  17.       Array of red-eye mask buffer(s)
  18.     </comment>
  19.   </property>
  20.  
  21.   <property name="MaskTransformMatrix" type="float[16]" default="1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1" label="Mask Transform Matrix">
  22.     <comment>
  23.       Specific transform to apply on top of the red-eye mask effect.
  24.       The mask transform is accessible to allow clients to rotate the image below the red-eye effect between multiple red-eye corrections.
  25.     </comment>
  26.   </property>
  27.  
  28.   <input index="0"/>
  29. </effect>
  30.